home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_2063 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  150b  |  9 lines

  1. on(release){
  2.    _root.stopdragall();
  3.    if(_root.poz == "c")
  4.    {
  5.       _root.poz = "b";
  6.    }
  7.    _root.pepa.gotoAndPlay(_root.poz add "a");
  8. }
  9.